Renamed ppss.sh to ppss, to make it more like a regular unix program.

This commit is contained in:
Louwrentius 2009-12-17 18:06:51 +00:00
parent 297f5eacb8
commit 204537cd04
2 changed files with 1824 additions and 1 deletions

1823
ppss Executable file

File diff suppressed because it is too large Load Diff

View File

@ -125,7 +125,7 @@ testSpecialCharacterHandling () {
echo "RES IS $RES"
fi
RES=`find ppss/PPSS_LOCAL_OUTPUT | wc -l`
RES=`find ppss/PPSS_LOCAL_OUTPUT | wc -l | sed 's/\ //g'`
assertEquals "To many lock files..." "7" "$RES"
RES1=`ls -1 $JOBLOG`