Sponsored Content
Full Discussion: Why does my test fail ??
Top Forums Shell Programming and Scripting Why does my test fail ?? Post 302593628 by patx on Friday 27th of January 2012 03:22:00 PM
Old 01-27-2012
info.txt before stripping accents:

Before i did a dos2unix the read LINE < info.txt was including a line return into the variable

Code:
Distributeur
Alliance Vivafilm
Origine
États-Unis
Genre
Suspense
Durée
1h46
Classification

Synopsis
D’aussi loin qu’il se souvienne, Nathan Harper (Taylor Lautner) a toujours eu le sentiment de vivre la vie de quelqu’un d’autre. Lorsqu’il tombe sur une photo de lui petit sur un site Web listant des enfants disparus, ses pires cauchemars deviennent réalité : ses parents ne sont pas les siens et toute sa vie est un mensonge fabriqué pour cacher quelque chose d'encore plus mystérieux et dangereux qu’il ne peut l’imaginer.
Site officiel
http://www.abductionthefilm.com/
 Critiques des internautes&nbsp;&nbsp;|&nbsp;
v.f. de Abduction
Réalisation: John Singleton
Distribution: Alfred Molina, Jason Isaacs, Lily Collins, Maria Bello, Sigourney Weaver, Taylor Lautner.

 

6 More Discussions You Might Find Interesting

1. Solaris

cdrom test fail

Hi I have a problem in installing solaris 9 in a ULTRA Enterprise 2 machine. The cdrom does not keep the cd in. When I put the installtion cd 1 and close the tray, I can see the led blinks three times and then the tray comes out. I borrowed a set of installtion cd s from one of my friends (they... (3 Replies)
Discussion started by: enke1234
3 Replies

2. Shell Programming and Scripting

Test on string containing spacewhile test 1 -eq 1 do read a $a if test $a = quitC then break fi d

This is the code: while test 1 -eq 1 do read a $a if test $a = stop then break fi done I read a command on every loop an execute it. I check if the string equals the word stop to end the loop,but it say that I gave too many arguments to test. For example echo hello. Now the... (1 Reply)
Discussion started by: Max89
1 Replies

3. Shell Programming and Scripting

How to check weather a string is like test* or test* ot *test* in if condition

How to check weather a string is like test* or test* ot *test* in if condition (5 Replies)
Discussion started by: johnjerome
5 Replies

4. Shell Programming and Scripting

Prefixing test case methods with letter 'test'

Hi, I have a Python unit test cases source code file which contains more than a hundred test case methods. In that, some of the test case methods already have prefix 'test' where as some of them do not have. Now, I need to add the string 'test' (case-sensitive) as a prefix to those of the... (5 Replies)
Discussion started by: royalibrahim
5 Replies

5. Shell Programming and Scripting

Untar fail

Hi Team, I have a file named as follows: aaa.tar.gz Now I need to verify if the untar fails, then the script has to send a mail. In order to check this condition, I need a tar.gz file which is unable to untar it. Can anyone help me to create a file which I will be able to unzip successfully... (2 Replies)
Discussion started by: kmanivan82
2 Replies

6. Forum Support Area for Unregistered Users & Account Problems

Fail to register

After inputted all required fields in registration page, the below message is shown and cannot go on. A required field called Custom Date & Time Formats is missing or has an invalid value. (2 Replies)
Discussion started by: Unregistered
2 Replies
iconv.h(3HEAD)                                                        Headers                                                       iconv.h(3HEAD)

NAME
iconv.h, iconv - codeset conversion facility SYNOPSIS
#include <iconv.h> DESCRIPTION
The <iconv.h> header defines the following type: iconv_t Identifies the conversion from one codeset to another. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ SEE ALSO
iconv(3C), iconv_close(3C), iconv_open(3C), attributes(5), standards(5) SunOS 5.10 10 Sep 2004 iconv.h(3HEAD)
All times are GMT -4. The time now is 08:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy