diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cc/modules/headers.testscript | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/cc/modules/headers.testscript b/tests/cc/modules/headers.testscript index 4fb9a42..d4eb919 100644 --- a/tests/cc/modules/headers.testscript +++ b/tests/cc/modules/headers.testscript @@ -21,8 +21,7 @@ : import : -#ln -s ../core.hxx ./; @@ why isn't working? -cp ../core.hxx ./; +ln -s ../core.hxx ./; cat <<EOI >=driver.cxx; #define CORE_IN 1 import "core.hxx"; @@ -37,8 +36,7 @@ $* test clean <<EOI : include-translation : -#ln -s ../core.hxx ./; @@ why isn't working? -cp ../core.hxx ./; +ln -s ../core.hxx ./; cat <<EOI >=driver.cxx; #define CORE_IN 1 #include "core.hxx" |