Skip to content

Commit 7bdca45

Browse files
author
Tom Barnes
committed
minor test fix
1 parent 250b2e1 commit 7bdca45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integration-tests/introspector/util_testwlversion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test_checkWebLogicVersion()
4141
versionGE "$WLVER" "12.2.1.3" || echo "ERROR wl version too low, got $WLVER"
4242
checkWebLogicVersion
4343

44-
) 2<&1 > $testout 2>&1
44+
) 2>&1 > $testout 2>&1
4545
cat $testout
4646
grep --silent -i ERROR $testout && return 1
4747
rm -f $testout

0 commit comments

Comments
 (0)