summaryrefslogtreecommitdiffstats
path: root/test/test.sh
blob: b6de16b112672b6e557fc50d6d762eeb0b645207 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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
TEST test_libsym