From 9fb5f30d7885f2631222df49062c92e2b1a3542c Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 5 Dec 2018 12:39:33 -0500 Subject: [PATCH] More bogus indentation. --- test/run-stp-tests.sh | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/test/run-stp-tests.sh b/test/run-stp-tests.sh index eb1e25ae06..92c6eb4de4 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... -- 2.47.2