aboutsummaryrefslogtreecommitdiff
path: root/tests/testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testscript')
-rw-r--r--tests/testscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/testscript b/tests/testscript
index 516aa5b..4641300 100644
--- a/tests/testscript
+++ b/tests/testscript
@@ -15,8 +15,8 @@ EOO
: plugin loading and invocation using the --trace option that suppresses the
: standard prologue/epilogue (which includes the libodb headers).
:
-touch empty.hxx;
-$* -d sqlite --trace empty.hxx 2>>~/EOE/ != 0
+cat <'// dummy' >=dummy.hxx;
+$* -d sqlite --trace dummy.hxx 2>>~/EOE/ != 0
/.*/*
-empty.hxx: error: unable to resolve odb namespace
+dummy.hxx: error: unable to resolve odb namespace
EOE