diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-06-27 20:37:38 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-06-27 21:04:40 (EDT) |
commit | 83d5903fdc1732bb4e1f7a395cf37d3edb98c4c5 (patch) | |
tree | 73fd13ab57759b76f95c91be5b46488192f24d28 /tests/pkg | |
parent | bd3b6debda962c68bbbe080f9ce779f6226d27d8 (diff) |
tests/build: Test mknod
Currently doesn't work.
Diffstat (limited to 'tests/pkg')
-rw-r--r-- | tests/pkg/data/dev/null | 0 | ||||
-rw-r--r-- | tests/pkg/specials | 3 |
2 files changed, 0 insertions, 3 deletions
diff --git a/tests/pkg/data/dev/null b/tests/pkg/data/dev/null deleted file mode 100644 index e69de29..0000000 --- a/tests/pkg/data/dev/null +++ /dev/null diff --git a/tests/pkg/specials b/tests/pkg/specials deleted file mode 100644 index c97eef3..0000000 --- a/tests/pkg/specials +++ /dev/null @@ -1,3 +0,0 @@ -version=1 -type major minor name -c 1 3 /dev/null |