summaryrefslogtreecommitdiff
path: root/t/vala-vapi.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/vala-vapi.sh')
-rwxr-xr-xt/vala-vapi.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/vala-vapi.sh b/t/vala-vapi.sh
index 3a9271613..637e73a58 100755
--- a/t/vala-vapi.sh
+++ b/t/vala-vapi.sh
@@ -47,7 +47,7 @@ cat > foo.vapi <<'END'
public const string BARBAR;
END
-if cross_compiling; then :; else
+if ! cross_compiling; then
unindent >> Makefile.am <<'END'
check-local: test2
.PHONY: test1 test2