Skip to content

Commit 8a21052

Browse files
committed
Try using bash to execute shtest
1 parent 9d08c2f commit 8a21052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lnttool/PostgresDB.shtest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# REQUIRES: postgres
22
# RUN: rm -rf "%t.install"
3-
# RUN: %{shared_inputs}/postgres_wrapper.sh "%t.install" /bin/sh %s "%t.install" postgresql://pgtest@localhost:9100 "%{shared_inputs}"
3+
# RUN: %{shared_inputs}/postgres_wrapper.sh "%t.install" bash %s "%t.install" postgresql://pgtest@localhost:9100 "%{shared_inputs}"
44
set -eux
55

66
TESTDIR="$1"

0 commit comments

Comments
 (0)