File: exec_test.ok

package info (click to toggle)
libosmocore 1.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,796 kB
  • sloc: ansic: 125,901; python: 2,193; makefile: 1,769; sh: 529; exp: 63; xml: 19
file content (46 lines) | stat: -rw-r--r-- 649 bytes parent folder | download | duplicates (3)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46

==== osmo_environment_filter ====
Input Environment:
	FOO=1
	BAR=2
	USER=mahlzeit
	BAZ=3
	SHELL=/bin/sh
Input Whitelist:
	SHELL
	USER
Output Environment (3):
	USER=mahlzeit
	SHELL=/bin/sh
Testing for NULL out
Testing for zero-length out
Testing for one-length out
Testing for no filter
Testing for no input
Success!

==== osmo_environment_append ====
Input Environment:
	FOO=a
	BAR=b
	BAZ=c
Input Addition:
	MAHL=zeit
	GSM=global
	UMTS=universal
	LTE=evolved
Output Environment (8)
	FOO=a
	BAR=b
	BAZ=c
	MAHL=zeit
	GSM=global
	UMTS=universal
	LTE=evolved
Success!

==== osmo_close_all_fds_above ====
Success!

==== osmo_system_nowait ====
Success!