aboutsummaryrefslogtreecommitdiffstats
path: root/t/100-python.t
diff options
context:
space:
mode:
Diffstat (limited to 't/100-python.t')
-rw-r--r--t/100-python.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/100-python.t b/t/100-python.t
index 8e9b403..09266bd 100644
--- a/t/100-python.t
+++ b/t/100-python.t
@@ -10,7 +10,7 @@ chdir 't/git-repo/' or die $!;
system('cp ../*.py .');
ok !$?;
-my $output = `ls -1`;
+my $output = `ls -1 | grep .*\.py`;
ok $output eq 'test.py
uncommitted.py