From 710cbeef062317f4a6e439b2d47951e3e9012703 Mon Sep 17 00:00:00 2001 From: cellgeni Date: Mon, 20 Jan 2025 16:34:37 +0000 Subject: [PATCH] fixed diff command input --- tests/test_metadata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_metadata.sh b/tests/test_metadata.sh index bed7a39..2231a80 100644 --- a/tests/test_metadata.sh +++ b/tests/test_metadata.sh @@ -40,7 +40,7 @@ do fi # Compare the actual output with the expected output - if [[ ! diff -q $filename $file ]] + if ! diff -q $filename $file then echo "❌ERROR: Output file $filename does not match expected output!" exit 1