Skip to content

Commit

Permalink
fixed diff command input
Browse files Browse the repository at this point in the history
  • Loading branch information
cellgeni committed Jan 20, 2025
1 parent fe2a783 commit 710cbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_metadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 710cbee

Please sign in to comment.