aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/076.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/076.sh')
-rw-r--r--tests/076.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/076.sh b/tests/076.sh
index 065094e..71de9d7 100644
--- a/tests/076.sh
+++ b/tests/076.sh
@@ -1,5 +1,3 @@
-set -e
-
cat <<'EOF' > expected
sizeof(a) = 4
sizeof(b) = 8
@@ -8,7 +6,7 @@ sizeof(d) = 16
sizeof(e) = 8
sizeof(f) = 1968
EOF
-bash ../../test_diff.sh <<'EOF'
+test_diff <<'EOF'
int printf();
struct S {