Move test data256mb to end and add data64kb
[centaur.git] / tests / 06-data256mb.test
diff --git a/tests/06-data256mb.test b/tests/06-data256mb.test
deleted file mode 100644 (file)
index 55cfcd2..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-source ./boilerplate.sh
-
-elfucli --input $BUILDDIR/putsmain \
-        --reladd $BUILDDIR/data256mb.o \
-        --output $BUILDDIR/putsmain-with-data256mb
-test_check_retval
-
-$BUILDDIR/putsmain-with-data256mb | grep -q "puts() #2 called in main()"
-test_check_retval