summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2006-05-03 09:03:38 +1000
committerRobert Collins <robertc@robertcollins.net>2006-05-03 09:03:38 +1000
commit23bdb9175bbfa2618917923c5293cc4e575c6646 (patch)
tree3dbf3ebec327e0cd4601ad58cf82a4701132e025 /shell
parenta34205a76214eccedc6b95b67421d6c51f0be9de (diff)
downloadsubunit-23bdb9175bbfa2618917923c5293cc4e575c6646.tar.gz
Remove stale import from shell/SConsscript.
Diffstat (limited to 'shell')
-rw-r--r--shell/SConscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/SConscript b/shell/SConscript
index 6abf1a8..bf585eb 100644
--- a/shell/SConscript
+++ b/shell/SConscript
@@ -1,7 +1,5 @@
Import('*')
# describe what we need for Shell
-import test_shell
-
shell_lib_installdir = DESTDIR + '/share/subunit'
env.Alias('install', [Install(shell_lib_installdir, 'share/subunit.sh')])