File: invalid-arch

package info (click to toggle)
pkg-config 0.29.2-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 12,548 kB
  • sloc: ansic: 131,584; sh: 5,490; perl: 1,113; makefile: 643; python: 461
file content (12 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

# Test that the dpkg hook does not error for invalid dpkg archictures.
# Regression test for 920553.

set -e

# This is an intentionally invalid architecture.
dpkg --add-architecture x86
apt-get install sash

exit 0