summaryrefslogtreecommitdiff
path: root/t/target-cflags.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/target-cflags.sh')
-rwxr-xr-xt/target-cflags.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/target-cflags.sh b/t/target-cflags.sh
index ad0e94d4f..97a95d893 100755
--- a/t/target-cflags.sh
+++ b/t/target-cflags.sh
@@ -60,7 +60,7 @@ mkdir build
cd build
../configure
$MAKE
-if cross_compiling; then :; else
+if ! cross_compiling; then
./foo
./bar
fi
@@ -68,7 +68,7 @@ cd ..
./configure
$MAKE
-if cross_compiling; then :; else
+if ! cross_compiling; then
./foo
./bar
fi