Fixed test script.

This commit is contained in:
Louwrentius 2010-02-07 21:40:25 +00:00
parent 50de3d4fdf
commit 9790e52c89
2 changed files with 2 additions and 1826 deletions

View File

@ -98,7 +98,7 @@ testSpacesInFilenames () {
createDirectoryWithSomeFiles
RES=$( { ./$PPSS -d /tmp/$TMP_DIR -c 'ls -alh ' >> log.txt ; } 2>&1 )
RES=$( { ./$PPSS -d /tmp/$TMP_DIR -c 'ls -alh ' >> /dev/null ; } 2>&1 )
assertEquals "PPSS did not execute properly." 0 "$?"
assertNull "PPSS retured some errors..." "$RES"
@ -116,7 +116,7 @@ testSpacesInFilenames () {
testSpecialCharacterHandling () {
RES=$( { ./$PPSS -f "$INPUTFILESPECIAL" -c 'echo ' >> log.txt ; } 2>&1 )
RES=$( { ./$PPSS -f "$INPUTFILESPECIAL" -c 'echo ' >> /dev/null ; } 2>&1 )
assertEquals "PPSS did not execute properly." 0 "$?"
assertNull "PPSS retured some errors..." "$RES"

1824
ppss.sh

File diff suppressed because it is too large Load Diff