Skip to content

Commit 409dbee

Browse files
committedDec 14, 2024
more test fixes
1 parent 5774c15 commit 409dbee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/sql/shellfs.test

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ require shellfs
77

88
# Confirm the extension works
99
query I
10-
SELECT count(distinct column0) from read_csv('env python3 -c "print(''\n''.join([f''{i},{i}'' for i in range(100)]))" |')
10+
SELECT count(distinct column0) from read_csv('env python -c "print(''\n''.join([f''{i},{i}'' for i in range(100)]))" |')
1111
----
1212
100
1313

1414
query I
15-
SELECT count(distinct column0) from read_csv('env python3 -c "print(''\n''.join([f''{i},{i}'' for i in range(100)]))" | grep 2 |')
15+
SELECT count(distinct column0) from read_csv('env python -c "print(''\n''.join([f''{i},{i}'' for i in range(100)]))" | grep 2 |')
1616
----
1717
19
1818

0 commit comments

Comments
 (0)
Failed to load comments.