File: simple

package info (click to toggle)
python-pylibacl 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 388 kB
  • sloc: ansic: 1,443; python: 904; makefile: 86; sh: 16
file content (6 lines) | stat: -rwxr-xr-x 134 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh

# Change directory to ensure built version is not used.

cd "$AUTOPKGTEST_TMP"
python3 -c 'import posix1e; print(posix1e)'