aboutsummaryrefslogtreecommitdiff
path: root/apps/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/init.c')
-rw-r--r--apps/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/init.c b/apps/init.c
index f1fcdf6..4ad63f2 100644
--- a/apps/init.c
+++ b/apps/init.c
@@ -10,7 +10,7 @@ int main(int argc, char **argv)
UNUSED(argv);
assert(exec("/bin/wm", "wm", NULL) == 0);
- assert(exec("/bin/window", "test", NULL) == 0);
+ assert(exec("/bin/chess", "chess", NULL) == 0);
return 0;
}