From 48bb9bc6cd4dba3b07b0013e59ae5559f566a32e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 25 Jan 2007 12:39:13 +0000 Subject: r21017: Actually run tests during test phase rather than when generating the recipe. (This used to be commit b975ce3a471d29fb2c0691c65993f9dfeb066d79) --- testprogs/blackbox/test_cifsdd.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'testprogs/blackbox/test_cifsdd.sh') diff --git a/testprogs/blackbox/test_cifsdd.sh b/testprogs/blackbox/test_cifsdd.sh index d216695821..588c308f9c 100755 --- a/testprogs/blackbox/test_cifsdd.sh +++ b/testprogs/blackbox/test_cifsdd.sh @@ -37,8 +37,6 @@ testit() { return $status } - - runcopy() { message="$1" shift @@ -48,7 +46,7 @@ runcopy() { } compare() { - tesit "$1" cmp "$2" "$3" + testit "$1" cmp "$2" "$3" } sourcepath=tempfile.src.$$ -- cgit