From bcbdf3f2c90897769394d6d0d23e7714ec471d4f Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 20 Jul 2017 23:42:06 -0400 Subject: eval: Add some sanity checks --- tests.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index 0e337bd..f0ada64 100755 --- a/tests.sh +++ b/tests.sh @@ -259,6 +259,8 @@ bsd_tests=( ) gnu_tests=( + test_true + test_false test_executable test_readable test_writable @@ -528,6 +530,14 @@ function test_path() { bfs_diff basic -path 'basic/*f*' } +function test_true() { + bfs_diff basic -true +} + +function test_false() { + bfs_diff basic -false +} + function test_executable() { bfs_diff perms -executable } -- cgit v1.2.3