summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-12-05 12:39:33 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-12-05 12:39:33 -0500
commit9fb5f30d7885f2631222df49062c92e2b1a3542c (patch)
tree5bc4cf343ce1601acd7385b972c13d37565e0be4 /test
parentef4e12b3f9dc6d153ec81fde9c109277685028a4 (diff)
downloadcups-9fb5f30d7885f2631222df49062c92e2b1a3542c.tar.gz
More bogus indentation.
Diffstat (limited to 'test')
-rwxr-xr-xtest/run-stp-tests.sh42
1 files changed, 21 insertions, 21 deletions
diff --git a/test/run-stp-tests.sh b/test/run-stp-tests.sh
index eb1e25ae0..92c6eb4de 100755
--- a/test/run-stp-tests.sh
+++ b/test/run-stp-tests.sh
@@ -581,30 +581,30 @@ if test "x$ASAN_OPTIONS" = x; then
fi
if test -f "$root/cups/libcups.so.2"; then
- if test "x$LD_LIBRARY_PATH" = x; then
- LD_LIBRARY_PATH="$root/cups"
- else
- LD_LIBRARY_PATH="$root/cups:$LD_LIBRARY_PATH"
- fi
-
- LD_PRELOAD="$root/cups/libcups.so.2:$root/cups/libcupsimage.so.2"
- if test `uname` = SunOS -a -r /usr/lib/libCrun.so.1; then
- LD_PRELOAD="/usr/lib/libCrun.so.1:$LD_PRELOAD"
- fi
+ if test "x$LD_LIBRARY_PATH" = x; then
+ LD_LIBRARY_PATH="$root/cups"
+ else
+ LD_LIBRARY_PATH="$root/cups:$LD_LIBRARY_PATH"
+ fi
+
+ LD_PRELOAD="$root/cups/libcups.so.2:$root/cups/libcupsimage.so.2"
+ if test `uname` = SunOS -a -r /usr/lib/libCrun.so.1; then
+ LD_PRELOAD="/usr/lib/libCrun.so.1:$LD_PRELOAD"
+ fi
fi
if test -f "$root/cups/libcups.2.dylib"; then
- if test "x$DYLD_INSERT_LIBRARIES" = x; then
- DYLD_INSERT_LIBRARIES="$root/cups/libcups.2.dylib:$root/cups/libcupsimage.2.dylib"
- else
- DYLD_INSERT_LIBRARIES="$root/cups/libcups.2.dylib:$root/cups/libcupsimage.2.dylib:$DYLD_INSERT_LIBRARIES"
- fi
-
- if test "x$DYLD_LIBRARY_PATH" = x; then
- DYLD_LIBRARY_PATH="$root/cups"
- else
- DYLD_LIBRARY_PATH="$root/cups:$DYLD_LIBRARY_PATH"
- fi
+ if test "x$DYLD_INSERT_LIBRARIES" = x; then
+ DYLD_INSERT_LIBRARIES="$root/cups/libcups.2.dylib:$root/cups/libcupsimage.2.dylib"
+ else
+ DYLD_INSERT_LIBRARIES="$root/cups/libcups.2.dylib:$root/cups/libcupsimage.2.dylib:$DYLD_INSERT_LIBRARIES"
+ fi
+
+ if test "x$DYLD_LIBRARY_PATH" = x; then
+ DYLD_LIBRARY_PATH="$root/cups"
+ else
+ DYLD_LIBRARY_PATH="$root/cups:$DYLD_LIBRARY_PATH"
+ fi
fi
# These get exported because they don't have side-effects...