diff options
author | Kerin Millar <kfm@plushkava.net> | 2024-08-02 15:31:54 +0100 |
---|---|---|
committer | Kerin Millar <kfm@plushkava.net> | 2024-08-02 17:21:14 +0100 |
commit | 2e8bbd04cb55163b3d18ab407ffd8be24bf82c6e (patch) | |
tree | 2f3dab2cf0280736681c24a6654312afe34a672b /test-functions | |
parent | Render hr() faster still for shells other than bash (diff) | |
download | gentoo-functions-2e8bbd04cb55163b3d18ab407ffd8be24bf82c6e.tar.gz gentoo-functions-2e8bbd04cb55163b3d18ab407ffd8be24bf82c6e.tar.bz2 gentoo-functions-2e8bbd04cb55163b3d18ab407ffd8be24bf82c6e.zip |
Move is_subset() to experimental
I'm not yet ready to commit to it being among the core functions for the
inaugural API level.
Signed-off-by: Kerin Millar <kfm@plushkava.net>
Diffstat (limited to 'test-functions')
-rwxr-xr-x | test-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-functions b/test-functions index 8070c8d..43b5320 100755 --- a/test-functions +++ b/test-functions @@ -909,7 +909,7 @@ else test_whenceforth || rc=1 test_parallel_run || rc=1 test_is_anyof || rc=1 - test_is_subset || rc=1 + #test_is_subset || rc=1 test_trueof_all || rc=1 test_trueof_any || rc=1 #test_substr || rc=1 |