diff options
Diffstat (limited to 't/vpath.sh')
-rwxr-xr-x | t/vpath.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/vpath.sh b/t/vpath.sh index dcb08ffb0..a67af17d8 100755 --- a/t/vpath.sh +++ b/t/vpath.sh @@ -17,7 +17,7 @@ # Test to make sure VPATH can be overridden. # Report from Anthony Green. -. ./defs || exit 1 +. test-init.sh cat > Makefile.am << 'END' VPATH = zardoz |