We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5774c15 commit 409dbeeCopy full SHA for 409dbee
test/sql/shellfs.test
@@ -7,12 +7,12 @@ require shellfs
7
8
# Confirm the extension works
9
query I
10
-SELECT count(distinct column0) from read_csv('env python3 -c "print(''\n''.join([f''{i},{i}'' for i in range(100)]))" |')
+SELECT count(distinct column0) from read_csv('env python -c "print(''\n''.join([f''{i},{i}'' for i in range(100)]))" |')
11
----
12
100
13
14
15
-SELECT count(distinct column0) from read_csv('env python3 -c "print(''\n''.join([f''{i},{i}'' for i in range(100)]))" | grep 2 |')
+SELECT count(distinct column0) from read_csv('env python -c "print(''\n''.join([f''{i},{i}'' for i in range(100)]))" | grep 2 |')
16
17
19
18
0 commit comments