diff --git a/docs/docs.md b/docs/docs.md index 5fc0e59..047c0e1 100644 --- a/docs/docs.md +++ b/docs/docs.md @@ -713,10 +713,6 @@ run `printf 'spmenu:version' | spmenu`. There are a few of these. `spmenu:license` : Print the spmenu license -`spmenu:test` -: Print a test script for spmenu which tests various features. Report any -weird issues you may have. - ## License spmenu is licensed under the MIT license because that's the original suckless diff --git a/libs/stream.c b/libs/stream.c index b31c9e2..00be3c4 100644 --- a/libs/stream.c +++ b/libs/stream.c @@ -207,12 +207,6 @@ int parsemarkup(int index) { fprintf(stdout, "spmenu is licensed under the MIT license. See the included LICENSE file for more information."); exit(0); } - - // spmenu:test - if (!strncmp("test", items[index].ex, strlen("test"))) { - int i = system("command -v spmenu_test > /dev/null && spmenu_test"); - if (i||!i) exit(i); - } } #if USEIMAGE diff --git a/spmenu.1 b/spmenu.1 index 85d268c..50b6746 100644 --- a/spmenu.1 +++ b/spmenu.1 @@ -773,10 +773,6 @@ Print the spmenu version .TP \f[V]spmenu:license\f[R] Print the spmenu license -.TP -\f[V]spmenu:test\f[R] -Print a test script for spmenu which tests various features. -Report any weird issues you may have. .SS License .PP spmenu is licensed under the MIT license because that\[cq]s the original diff --git a/spmenu.html b/spmenu.html index b884f0e..5017868 100644 --- a/spmenu.html +++ b/spmenu.html @@ -1022,11 +1022,6 @@ Print the spmenu version
Print the spmenu license
-
spmenu:test
-
-Print a test script for spmenu which tests various features. Report any -weird issues you may have. -

License

spmenu is licensed under the MIT license because that’s the original