summaryrefslogtreecommitdiff
path: root/tests/misc/seq-long-double
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/seq-long-double')
-rwxr-xr-xtests/misc/seq-long-double1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/misc/seq-long-double b/tests/misc/seq-long-double
index 6990f651a..165608660 100755
--- a/tests/misc/seq-long-double
+++ b/tests/misc/seq-long-double
@@ -44,7 +44,6 @@ $CC -c long.c \
a=$INTMAX_MAX
b=$INTMAX_OFLOW
-fail=0
seq $a $b > out || fail=1
printf "$a\n$b\n" > exp || fail=1
compare out exp || fail=1