summaryrefslogtreecommitdiff
path: root/check/check-whitespace
diff options
context:
space:
mode:
Diffstat (limited to 'check/check-whitespace')
-rwxr-xr-xcheck/check-whitespace7
1 files changed, 1 insertions, 6 deletions
diff --git a/check/check-whitespace b/check/check-whitespace
index 31a413c..b26ec3d 100755
--- a/check/check-whitespace
+++ b/check/check-whitespace
@@ -1,17 +1,12 @@
#! /bin/sh
-# Make sure we're POSIX
-if [ "$PKG_CONFIG_SHELL_IS_POSIX" != "1" ]; then
- PKG_CONFIG_SHELL_IS_POSIX=1 PATH=`getconf PATH` exec sh $0 "$@"
-fi
-
set -e
. ${srcdir}/common
# expect cflags from whitespace
ARGS="--cflags whitespace"
-RESULT="-Dlala=misc -I/usr/white\\ space/include -Iinclude\\ dir -Iother\\ include\\ dir"
+RESULT='-Dlala=misc -I/usr/white\ space/include -I$(top_builddir) -Iinclude\ dir -Iother\ include\ dir'
run_test
# expect libs from whitespace