summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0/run-ptest
blob: c476d67310d86b942f14c15b4caca917f466215d (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

set -eux
if id -u glib2-test; then
   userdel glib2-test
fi
useradd glib2-test
cd /tmp
su glib2-test -c 'gnome-desktop-testing-runner glib'
userdel glib2-test