Review feedback from metze.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 6 Jan 2008 14:12:24 +0000 (15:12 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 6 Jan 2008 14:12:24 +0000 (15:12 +0100)
(This used to be commit 015cf6b6adfa87ff7c5bb1cec9f98237bad075e1)

source3/script/tests/tests_all.sh

index 3871b3394463fb8cfc89e1cfa78cf26c9e92efd2..259e28e6e7f42c6ae6d2473c67a35fb413a34eac 100755 (executable)
@@ -7,8 +7,8 @@ echo "Testing encrypted"
 $SCRIPTDIR/test_smbclient_s3.sh $SERVER $SERVER_IP "-e" || failed=`expr $failed + $?`
 $SCRIPTDIR/test_wbinfo_s3.sh $WORKGROUP $SERVER $USERNAME $PASSWORD || failed=`expr $failed + $?`
 
-eval "$LIB_PATH_VAR="\$SAMBA4SHAREDDIR:\$LIB_PATH_VAR"; export $LIB_PATH_VAR"
-echo "$LIB_PATH_VAR=$LD_LIBRARY_PATH"
+eval "$LIB_PATH_VAR="\$SAMBA4SHAREDDIR:\$$LIB_PATH_VAR"; export $LIB_PATH_VAR"
+eval echo "$LIB_PATH_VAR=\$$LIB_PATH_VAR"
 SMBTORTURE4VERSION=`$SMBTORTURE4 --version`
 if [ -n "$SMBTORTURE4" -a -n "$SMBTORTURE4VERSION" ];then
        echo "Running Tests with Samba4's smbtorture"
@@ -17,4 +17,3 @@ if [ -n "$SMBTORTURE4" -a -n "$SMBTORTURE4VERSION" ];then
 else
        echo "Skip Tests with Samba4's smbtorture"
 fi
-