summaryrefslogtreecommitdiff
path: root/regress/bootstrap-install-sh/spec
diff options
context:
space:
mode:
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
+}