summaryrefslogtreecommitdiffstats
path: root/config.tests/unix
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/unix')
-rwxr-xr-xconfig.tests/unix/cups.test2
-rwxr-xr-xconfig.tests/unix/nis.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.tests/unix/cups.test b/config.tests/unix/cups.test
index 0b97e2b9d..55f5aeee7 100755
--- a/config.tests/unix/cups.test
+++ b/config.tests/unix/cups.test
@@ -45,7 +45,7 @@ else
done
if [ -z "$F" ]; then
CUPS=no
- [ "VERBOSE" = "yes" ] && echo " Could not find CUPS lib anywhere in $LIBDIRS"
+ [ "$VERBOSE" = "yes" ] && echo " Could not find CUPS lib anywhere in $LIBDIRS"
fi
done
fi
diff --git a/config.tests/unix/nis.test b/config.tests/unix/nis.test
index 2dc4c5ae6..21f9f89c9 100755
--- a/config.tests/unix/nis.test
+++ b/config.tests/unix/nis.test
@@ -50,7 +50,7 @@ else
done
if [ -z "$F" ]; then
NIS=no
- [ "VERBOSE" = "yes" ] && echo " Could not find NIS lib anywhere in $LIBDIRS"
+ [ "$VERBOSE" = "yes" ] && echo " Could not find NIS lib anywhere in $LIBDIRS"
fi
done
fi