File: basic-tests

package info (click to toggle)
privacybrowser 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,632 kB
  • sloc: cpp: 9,079; xml: 130; ansic: 117; sh: 16; makefile: 7
file content (28 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/sh

# Export the XDG_RUNTIME_DIR to prevent the writing of a warning to stderr.
export XDG_RUNTIME_DIR=$(mktemp -d)

# Add a blank line.
echo

# Display the version.
echo $ privacybrowser --version
xvfb-run -a privacybrowser --version

# Add a blank line.
echo

# Display the author information.
echo $ privacybrowser --author
xvfb-run -a privacybrowser --author

# Add a blank line.
echo

#Display the command-line options.
echo $ privacybrowser --help-all
xvfb-run -a privacybrowser --help-all

# Add a blank line.
echo