From 32a7f547a65052a57e2ee18c6830346a686ae7fe Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Fri, 14 Sep 2007 22:37:04 +0000
Subject: [PATCH] correct bad path for header config.h

---
 testsuite/expect/test1.91.prog.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/expect/test1.91.prog.c b/testsuite/expect/test1.91.prog.c
index 46828790188..edadcd1439f 100644
--- a/testsuite/expect/test1.91.prog.c
+++ b/testsuite/expect/test1.91.prog.c
@@ -1,5 +1,5 @@
 /*****************************************************************************\
- *  test1.89.prog.c - Simple test program for SLURM regression test1.89.
+ *  test1.91.prog.c - Simple test program for SLURM regression test1.91.
  *  Reports SLURM task ID and the CPU mask,
  *  similar functionality to "taskset" command
  *****************************************************************************
@@ -32,7 +32,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include "config.h"
+#include "../../config.h"
 
 static void _load_mask(cpu_set_t *mask)
 {
-- 
GitLab