summaryrefslogtreecommitdiff
path: root/test/aur-test.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-09-29 15:00:21 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-10-01 20:31:54 -0400
commitf2294c82afae36bbd5772a86c6689fd4c12c50f0 (patch)
tree76c4b79054cdc8d58430db4d932cb94ebe49e290 /test/aur-test.sh
parent872b692162a44307161aa98a3c5edaccc3c7b61a (diff)
(BATS) test: Move files around
But don't edit them yet. This directory structure is based on that of dbscripts.
Diffstat (limited to 'test/aur-test.sh')
-rw-r--r--test/aur-test.sh21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/aur-test.sh b/test/aur-test.sh
deleted file mode 100644
index fbb3266..0000000
--- a/test/aur-test.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/usr/bin/env roundup
-
-describe aur
-. ./test-common.sh
-
-it_displays_help() {
- LC_ALL=C aur -h >$tmpdir/stdout 2>$tmpdir/stderr
-
- [[ "$(sed 1q $tmpdir/stdout)" =~ Usage:.* ]]
- empty $tmpdir/stderr
-}
-
-it_fails_with_0_args() {
- aur >$tmpdir/stdout 2>$tmpdir/stderr || status=$?
-
- [[ $status != 0 ]]
- empty $tmpdir/stdout
- not empty $tmpdir/stderr
-}
-
-# TODO: Actually test