|
@@ -18,7 +18,7 @@ test/cryptotest_gcm 1 test/samplekey1.bin test/samplefile.txt $DAEMONFILEPATH/sa
|
|
|
|
|
|
./ccats-cli --batch test/cryptoget.txt
|
|
./ccats-cli --batch test/cryptoget.txt
|
|
|
|
|
|
-if [ ! -f test/cryptoput.txt.out ];
|
|
|
|
|
|
+if [ ! -f test/cryptoget.txt.out ];
|
|
then
|
|
then
|
|
echo "running of batch file failed"
|
|
echo "running of batch file failed"
|
|
exit 1;
|
|
exit 1;
|
|
@@ -28,9 +28,9 @@ if [ ! -f samplefile.txt ];
|
|
then
|
|
then
|
|
echo "file didnt download"
|
|
echo "file didnt download"
|
|
echo "STDOUT is :"
|
|
echo "STDOUT is :"
|
|
- cat test/cryptoput.txt.out
|
|
|
|
|
|
+ cat test/cryptoget.txt.out
|
|
echo "STDERR is :"
|
|
echo "STDERR is :"
|
|
- cat test/cryptoput.txt.err
|
|
|
|
|
|
+ cat test/cryptoget.txt.err
|
|
exit 1;
|
|
exit 1;
|
|
fi
|
|
fi
|
|
|
|
|