aboutsummaryrefslogtreecommitdiff
blob: e46d6146777acd30a7fc38ee361fcc5605c16388 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#! /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}