Skip to content

Commit 4db9b35

Browse files
committed
Remove unnecessary export
1 parent d8fee58 commit 4db9b35

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ sqlite3 "$testdir/core.db" < sql/init_data/init_core.sql;
1414
sqlite3 "$testdir/common.db" < sql/init_data/init.sql;
1515
sqlite3 "$testdir/selectfunc.db" < sql/init_data/init_selectfunc.sql;
1616

17-
while (( "$#" )); do
18-
export "$1";
19-
shift;
20-
done
21-
2217
# full composed test sequence, you can put your own test sequence here by example
2318
#export REGRESS="extra/sqlite_fdw_post .... ";
2419

0 commit comments

Comments
 (0)