summaryrefslogtreecommitdiffstats
path: root/test/test.sh
blob: 46f8cf8f3485c5211e6fcfe68665f0c210725c84 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

# Force locale to ensure we always get the same output
export LC_ALL=C

. $PWD/test/script/functions.sh

TEST test_args
TEST test_common
TEST test_tty_output
TEST test_kill