diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-30 17:39:26 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-30 17:39:26 +0100 |
commit | 317b64b20bb44c37f6aef0008e65b18ab806cd51 (patch) | |
tree | fca396681b2c1de484846c4b987304cd669469a9 /server/testdata/cmd/config | |
parent | 9e6c301a830ef2675a2b2dab08002723b1315af4 (diff) |
added and moved test data
Diffstat (limited to 'server/testdata/cmd/config')
-rw-r--r-- | server/testdata/cmd/config | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/server/testdata/cmd/config b/server/testdata/cmd/config deleted file mode 100644 index 8138319..0000000 --- a/server/testdata/cmd/config +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -export base_url='localhost:6965/st/v1' - -function info() { - echo "[Info] $@" 1>&2 -} - -function newline() { - echo "" -} |