summaryrefslogtreecommitdiff
path: root/tests/cram/test_ubusd.t
blob: 1f72e61a8bb8def8ec63deb570152723223eb26f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
set environment for convenience:

  $ [ -n "$TEST_BIN_DIR" ] && export PATH="$TEST_BIN_DIR:$PATH"
  $ alias ubusd='valgrind --quiet --leak-check=full ubusd'

check usage:

  $ ubusd -h
  ubusd: invalid option -- 'h'
  Usage: ubusd [<options>]
  Options: 
    -A <path>:\t\tSet the path to ACL files (esc)
    -s <socket>:\t\tSet the unix domain socket to listen on (esc)
  
  [1]

  $ ubusd-san -h
  ubusd-san: invalid option -- 'h'
  Usage: ubusd-san [<options>]
  Options: 
    -A <path>:\t\tSet the path to ACL files (esc)
    -s <socket>:\t\tSet the unix domain socket to listen on (esc)
  
  [1]