diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-10 03:05:47 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-10 03:05:47 +0300 |
commit | 8ddc4d31ffaf03d7846d484f986e48dcac25a2a6 (patch) | |
tree | 2e9a190cb2b973a70a3f38aab5315877fc3f8848 /core/cpt | |
parent | 9f9790c0a3d7bdc7497812bda41779da7fa023c3 (diff) | |
download | repository-8ddc4d31ffaf03d7846d484f986e48dcac25a2a6.tar.gz |
cpt: remove tests for now
Diffstat (limited to 'core/cpt')
-rw-r--r-- | core/cpt/depends | 1 | ||||
-rwxr-xr-x | core/cpt/test | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/core/cpt/depends b/core/cpt/depends index f97116a9..a615eba9 100644 --- a/core/cpt/depends +++ b/core/cpt/depends @@ -1,3 +1,2 @@ curl rsync -shellcheck-bin test diff --git a/core/cpt/test b/core/cpt/test deleted file mode 100755 index dcff1912..00000000 --- a/core/cpt/test +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -e - -make test |