summaryrefslogtreecommitdiff
path: root/src/equery/tests/test-depends.sh
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2009-05-18 20:05:37 +0000
committerfuzzyray <fuzzyray@gentoo.org>2009-05-18 20:05:37 +0000
commitce8ff8c6d503a9d2adffdc6ba97e4c16b4821fa3 (patch)
tree7d2a50999a892294b73c5f3c177e0ce638ed3819 /src/equery/tests/test-depends.sh
parentcd5a8e80f949f649b6d2b174bc899f1f092684fd (diff)
downloadgentoolkit-ce8ff8c6d503a9d2adffdc6ba97e4c16b4821fa3.tar.gz
Remove obsolete gentoolkit src directory
svn path=/trunk/gentoolkit/; revision=640
Diffstat (limited to 'src/equery/tests/test-depends.sh')
-rwxr-xr-xsrc/equery/tests/test-depends.sh27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/equery/tests/test-depends.sh b/src/equery/tests/test-depends.sh
deleted file mode 100755
index e46d614..0000000
--- a/src/equery/tests/test-depends.sh
+++ /dev/null
@@ -1,27 +0,0 @@
-#! /bin/bash
-#
-# Copyright (c) 2004, Karl Trygve Kalleberg <karltk@gentoo.org>
-# Copyright (c) 2004, Gentoo Foundation
-#
-# Licensed under the GNU General Public License, v2
-
-. common-functions.sh
-
-tmpfile=$(tempfilename)
-
-test_depends() {
-# equery skel gcc > ${tmpfile}
-
-# x=$(grep "app-shells/bash" ${tmpfile} | wc -l)
- true
-# assert_eq ${FUNCNAME} ${x} 1
-
-# x=$(grep "virtual/libc" ${tmpfile} | wc -l)
-# assert_eq ${FUNCNAME} ${x} 1
-}
-
-# Run tests
-
-#test_skel
-
-rm -f ${tmpfile} \ No newline at end of file