From d83647f390d2910547ada2854eee6189e8552cb8 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 23 Aug 2025 10:34:01 +0900 Subject: refactor: test helpers --- tests/018.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'tests/018.sh') diff --git a/tests/018.sh b/tests/018.sh index cc02105..a9d4e1d 100644 --- a/tests/018.sh +++ b/tests/018.sh @@ -1,7 +1,5 @@ -set -e - touch expected -bash ../../test_diff.sh <<'EOF' +test_diff <<'EOF' int main() { ""; return 0; @@ -9,7 +7,7 @@ int main() { EOF touch expected -bash ../../test_diff.sh <<'EOF' +test_diff <<'EOF' int main() { "abc"; return 0; @@ -17,7 +15,7 @@ int main() { EOF touch expected -bash ../../test_diff.sh <<'EOF' +test_diff <<'EOF' int main() { "\"foo\"bar\\\n\""; return 0; -- cgit v1.2.3-70-g09d2