summaryrefslogtreecommitdiff
path: root/regress/bootstrap-install-sh/spec
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-08 09:51:26 +0000
committerjlam <jlam@pkgsrc.org>2005-05-08 09:51:26 +0000
commit5a73de3af44dda49c6a1455b76f04da918ee8e26 (patch)
tree19f943e03e2d1cf3a20598253f7aa18f81d18628 /regress/bootstrap-install-sh/spec
parent8d21560eadc0bca597078503aea51c203db5054f (diff)
downloadpkgsrc-5a73de3af44dda49c6a1455b76f04da918ee8e26.tar.gz
Regression test for the bootstrap install-sh script which is a BSD install
replacement.
Diffstat (limited to 'regress/bootstrap-install-sh/spec')
-rw-r--r--regress/bootstrap-install-sh/spec9
1 files changed, 9 insertions, 0 deletions
diff --git a/regress/bootstrap-install-sh/spec b/regress/bootstrap-install-sh/spec
new file mode 100644
index 00000000000..c746d6687f3
--- /dev/null
+++ b/regress/bootstrap-install-sh/spec
@@ -0,0 +1,9 @@
+# $NetBSD: spec,v 1.1.1.1 2005/05/08 09:51:26 jlam Exp $
+
+MAKEARGS_TEST=regress # target to invoke for regression tests
+MAKEARGS_CLEAN=clean # need to remove work directory afterwards
+
+check_result()
+{
+ exit_status 0
+}