aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-06-25 14:43:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-06-25 14:43:27 +0200
commit0353fc1c717d9bf1c0a6d082dcc8cbd549214d01 (patch)
tree366e9e2034597fd0e8f00183e3364b959df2397e /tests
parente05d21cee582ab6c66229f111df7c1b3430e93f4 (diff)
Various Mac OS-related fixes
Diffstat (limited to 'tests')
-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