We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50af210 commit 6cd36a4Copy full SHA for 6cd36a4
tests/System/transformation_replication.sh
@@ -101,9 +101,9 @@ fi
101
echo ""
102
echo "Checking if the files have been added to the transformation"
103
dirac-transformation-get-files "${transID}" | sort > ./transLFNs.txt
104
-if diff --ignore-space-change LFNstoTS.txt transLFNs.txt!
+if ! diff --ignore-space-change LFNstoTS.txt transLFNs.txt
105
then
106
- echo 'Error: files have not been added to the transformation'
+ echo 'Error: files have not been added to the transformation'
107
exit 1
108
else
109
echo 'Successful check'
0 commit comments