diff --git a/test/4-describe-import-paths.sh b/test/4-describe-import-paths.sh index 9bf7a28..9fff02b 100755 --- a/test/4-describe-import-paths.sh +++ b/test/4-describe-import-paths.sh @@ -15,7 +15,7 @@ die 'Printing import paths failed!' fi -if ! diff -q "$CURR_DIR"/expected-import-path-output "$temp_file"; then +if ! diff "$CURR_DIR"/expected-import-path-output "$temp_file"; then cleanup die 'The import paths did not match the expected output!' fi diff --git a/test/4-describe-string-importh-paths.sh b/test/4-describe-string-importh-paths.sh index ab7a34f..1a0e8a3 100755 --- a/test/4-describe-string-importh-paths.sh +++ b/test/4-describe-string-importh-paths.sh @@ -15,7 +15,7 @@ die 'Printing string import paths failed!' fi -if ! diff -q "$CURR_DIR"/expected-string-import-path-output "$temp_file"; then +if ! diff "$CURR_DIR"/expected-string-import-path-output "$temp_file"; then cleanup die 'The string import paths did not match the expected output!' fi