diff --git a/README.md b/README.md index 78c0ca12..becdb294 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Please give us issues or pull requests in a way you think sensible. We do not ha | alias | :heavy_check_mark: | bg | :construction: | bind | :no_good: | | break | :heavy_check_mark: | builtin | :no_good: | caller | :no_good: | | command | :no_good: | compgen | :construction: | complete | :construction: | -| compopt | :no_good: | continue | :no_good: | declare | :no_good: | +| compopt | :no_good: | continue | :heavy_check_mark: | declare | :no_good: | | dirs | :no_good: | disown | :no_good: | echo | :no_good: | | enable | :no_good: | eval | :heavy_check_mark: | exec | :no_good: | | fc | :no_good: | fg | :construction: | getopts | :no_good: | diff --git a/test/error b/test/error deleted file mode 100644 index aa816fd9..00000000 --- a/test/error +++ /dev/null @@ -1,6 +0,0 @@ -../../../test/test_builtins.bash -../../../test/test_builtins.bash -../../../test/test_builtins.bash -../../test/test_builtins.bash -../../test/test_builtins.bash -../../test/test_builtins.bash diff --git a/test/ok b/test/ok deleted file mode 100644 index adb07545..00000000 --- a/test/ok +++ /dev/null @@ -1,17 +0,0 @@ -./test_script.bash -./test_options.bash -./test_glob.bash -./test_builtins.bash -./test_brace.bash -./test_parameters.bash -./test_compound.bash -./test_others.bash -./test_job.bash -../../../test/test_builtins.bash -../../../test/test_builtins.bash -../../../test/test_builtins.bash -../../test/test_builtins.bash -../../test/test_builtins.bash -../../test/test_builtins.bash -../../test/test_builtins.bash -../../test/test_builtins.bash