diff options
Diffstat (limited to 't/vala3.sh')
-rwxr-xr-x | t/vala3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/vala3.sh b/t/vala3.sh index d9ecdea0e..96135d34e 100755 --- a/t/vala3.sh +++ b/t/vala3.sh @@ -17,7 +17,7 @@ # Test to make sure compiling Vala code really works with non-recursive make. required="pkg-config valac gcc GNUmake" -. ./defs || exit 1 +. test-init.sh mkdir src |