File: im-launch-test

package info (click to toggle)
im-config 0.62
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,004 kB
  • sloc: sh: 421; makefile: 104
file content (12 lines) | stat: -rw-r--r-- 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# vim: set sts=4 expandtab:
# Copyright (C) 2026 Osamu Aoki <osamu@debian.org>
IM_CONFIG_ENTRY="autopkgtest"
export IM_CONFIG_ENTRY
if sh -e -c im-launch; then
    echo "im-launch does 'exec true'"
    exit 0
else
    echo "ERROR"
    exit 1
fi