diff options
Diffstat (limited to 't/dash.sh')
-rwxr-xr-x | t/dash.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ # Test to make sure '-' can be used in path. # Report from Matthew D. Langston. -. ./defs || exit 1 +. test-init.sh cat > Makefile.am << 'END' include Make-lang |