diff options
Diffstat (limited to 't/colneq.sh')
-rwxr-xr-x | t/colneq.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/colneq.sh b/t/colneq.sh index 6df427f30..1db536ab7 100755 --- a/t/colneq.sh +++ b/t/colneq.sh @@ -16,7 +16,7 @@ # Test that := definitions produce warnings, but otherwise work. -. ./defs || exit 1 +. test-init.sh cat > Makefile.am << 'END' ICONS := $(wildcard *.xbm) |