aboutsummaryrefslogtreecommitdiff
path: root/tests/os.nom
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-07-22 16:33:11 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-07-22 16:33:11 -0700
commitd38020bc5ac0fe7b6ff060c62943c277d4beb3bf (patch)
tree032a888313e2abc71cc8cbd3689aec202737d695 /tests/os.nom
parent5224199fcf017101de224574c0a6ab502d7dd772 (diff)
Actually removing the tests now that they're inline.
Diffstat (limited to 'tests/os.nom')
-rw-r--r--tests/os.nom13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/os.nom b/tests/os.nom
deleted file mode 100644
index 4dd7680..0000000
--- a/tests/os.nom
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env nomsu -V2.5.4.3
-#
- Tests for the stuff defined in lib/os.nom
-
-use "core"
-use "lib/os.nom"
-
-%lines = (lines in (read file "tests/os.nom"))
-assume (%lines.3 == " Tests for the stuff defined in lib/os.nom")
-%n = 0
-for file %f in "core" (%n += 1)
-assume (%n > 0) or barf "Failed to walk the 'core' directory"
-say "OS test passed."